func runtime.gogetenv
8 uses
runtime (current package)
env_posix.go#L9: func gogetenv(key string) string {
extern.go#L353: s := gogetenv("GOROOT")
mgcpacer.go#L1371: p := gogetenv("GOGC")
mgcpacer.go#L1417: p := gogetenv("GOMEMLIMIT")
proc.go#L896: parseRuntimeDebugVars(gogetenv("GODEBUG"))
proc.go#L922: if n, err := strconv.ParseInt(gogetenv("GOMAXPROCS"), 10, 32); err == nil && n > 0 {
runtime1.go#L464: *p = gogetenv("GODEBUG")
runtime1.go#L467: setTraceback(gogetenv("GOTRACEBACK"))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |